ListLevelPositionAndSpaceMode Enumeration
Represents how the position and spacing of the list labels (numbers or bullets) is defined.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum ListLevelPositionAndSpaceMode
Public Enumeration ListLevelPositionAndSpaceMode
| LabelAlignment | 0 |
The list level label alignment and the text align attribute are used to define the position and spacing of the list label and the list item.
|
| LabelWidthAndPosition | 1 |
The space before, min label width, min label distance and text align attributes are used to define the position and spacing of the list label and the list item.
|
| None | 2 |
None.
|